home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / fightingschool.swf / scripts / frame_182 / PlaceObject2_184_66 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2006-06-09  |  84b  |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this._x < -550)
  3.    {
  4.       this._x = 0;
  5.    }
  6. }
  7.